[TT-16977] fix: trigger release workflow on PR labeled event#975
[TT-16977] fix: trigger release workflow on PR labeled event#975buger merged 1 commit intorelease-1.14from
Conversation
Adding deps-reviewed label after dep-guard fails didn't trigger a new run. Add 'labeled' type so the workflow re-runs when the label is added. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
This PR updates the Files Changed Analysis
Architecture & Impact Assessment
Here is a visualization of the trigger change: graph TD
subgraph Before
A[PR Opened] --> B{Release Workflow};
C[PR Synchronized] --> B;
D[PR Reopened] --> B;
end
subgraph After
A2[PR Opened] --> B2{Release Workflow};
C2[PR Synchronized] --> B2;
D2[PR Reopened] --> B2;
E2[PR Labeled] --> B2;
end
Scope Discovery & Context Expansion
Metadata
Powered by Visor from Probelabs Last updated: 2026-04-17T13:59:57.264Z | Triggered by: pr_opened | Commit: bf9fd9b 💡 TIP: You can chat with Visor using |
Security Issues (1)
Security Issues (1)
Performance Issues (1)
Powered by Visor from Probelabs Last updated: 2026-04-17T13:59:29.494Z | Triggered by: pr_opened | Commit: bf9fd9b 💡 TIP: You can chat with Visor using |
|
🚨 Jira Linter FailedCommit: The Jira linter failed to validate your PR. Please check the error details below: 🔍 Click to view error detailsNext Steps
This comment will be automatically deleted once the linter passes. |



Summary
labeledto pull_request trigger types so dep-guard re-evaluates whendeps-reviewedlabel is added.Test plan
🤖 Generated with Claude Code